Use cookie1.el.
authorRichard M. Stallman <rms@gnu.org>
Tue, 1 Jun 1993 04:28:54 +0000 (04:28 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 1 Jun 1993 04:28:54 +0000 (04:28 +0000)
lisp/play/spook.el
lisp/play/yow.el

index 1b4bce46a8b2a064bbfce3f9e7ca9ce80f837387..7c4b6d6c3d5eb2236fd82ec4d6c21d158a8bb215 100644 (file)
@@ -36,7 +36,7 @@
 
 ;;; Code:
 
-(require 'cookie)
+(require 'cookie1)
 
 ; Variables
 (defvar spook-phrases-file (concat data-directory "spook.lines")
@@ -56,6 +56,6 @@
    "Checking authorization...Approved"))
 
 ;; Note: the implementation that used to take up most of this file has
-;; been cleaned up and generalized and now resides in cookie.el.
+;; been cleaned up and generalized and now resides in cookie1.el.
 
 ;;; spook.el ends here
index 94713ceac2d104c9c7f55bd350628d3a2ca23fc9..f056ec5c6bff405c7fa029395db385808043b48f 100644 (file)
 
 ;; Important pinheaddery for GNU Emacs.
 ;;
-;; See cookie.el for implementation.  Note --- the `n' argument of yow
+;; See cookie1.el for implementation.  Note --- the `n' argument of yow
 ;; from the 18.xx implementation is no longer; we only support *random*
 ;; random access now.
 
 ;;; Code:
 
-(require 'cookie)
+(require 'cookie1)
 
 (defvar yow-file (concat data-directory "yow.lines")
    "Pertinent pinhead phrases.")